From: Jonathan Dieter Date: Thu, 3 May 2018 19:50:09 +0000 (+0300) Subject: Increase buzhash width and remove typo X-Git-Tag: archive/raspbian/1.1.9+ds1-1+rpi1~1^2~294 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9292492923410a94246949c17098088930b07a35;p=zchunk.git Increase buzhash width and remove typo Signed-off-by: Jonathan Dieter --- diff --git a/src/buzhash/buzhash.c b/src/buzhash/buzhash.c index 7806271..48c34dc 100644 --- a/src/buzhash/buzhash.c +++ b/src/buzhash/buzhash.c @@ -20,7 +20,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -y + #include "buzhash.h" #include @@ -94,7 +94,7 @@ const uint32_t buzhash_table[] = { 0x7bf7cabc, 0xf9c18d66, 0x593ade65, 0xd95ddf11, }; -const size_t buzhash_width = 4096; +const size_t buzhash_width = 8192; uint32_t buzhash (const char *s)